[GET] ~/vehicles/count/bymodelgroups?modelgroups[0]={modelgroups[0]}&modelgroups[1]={modelgroups[1]}&template={template}&path={path}

Returns the number of vehicles which match the provided array of s. The model groups must be passed as an array using the json property named modelgroups.

Request Information

URI Parameters

NameDescriptionType
modelgroups

The model groups.

Collection of string

This value is required and must not be omitted.

template

The template.

string

path

The path is optional.

string

Body Parameters

None.

Request Formats

None.

Response Information

Resource Description

An enumerator that allows foreach to be used to process the series in this collection.

An instance of: Collection of integer

Response Formats

application/json, text/json

Sample:
[
  1,
  2
]